body {
  color: #ccc;
  font-family: 'PT Sans', sans-serif;
  font-size: 160%;
  height: 100%;
  background-color: #000;
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border-color: #ccc;
}

/* links */

a {
    color: #ccc;
    text-decoration: none;
}

a:visited {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: underline;
}

a:active {
    color: #ccc;
    text-decoration: underline;
}

/* lists */
ul {
    list-style-type: circle;
}
